Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult

Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult
Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult

The Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult schema contains the detailed information about Supervisor upgrade pre-checks against individual upgrade version.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "target_version": "string",
    "status": "string",
    "conditions": [
        {
            "type": "string",
            "description": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "status": "string",
            "last_transition_time": "string",
            "reason": "string",
            "severity": "string",
            "messages": [
                {
                    "severity": "string",
                    "details": {
                        "id": "string",
                        "default_message": "string",
                        "args": [
                            "string"
                        ],
                        "params": {
                            "params": {
                                "s": "string",
                                "dt": "string",
                                "i": 0,
                                "d": "number",
                                "l": "Vapi Std NestedLocalizableMessage Object",
                                "format": "string",
                                "precision": 0
                            }
                        },
                        "localized": "string"
                    },
                    "kb_article_link": "string",
                    "id": "string"
                }
            ]
        }
    ]
}
string
target_version
Required

Represents Supervisor upgrade version for which Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult.conditions belong to.

This property was added in vSphere API 8.0.3.0.

string
status
Optional

Represents the consolidated status of Supervisor upgrade pre-checks.

For more information see: Vcenter NamespaceManagement Supervisors Conditions ConditionGroup Status.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.

conditions
Required

Supervisor upgrade pre-check results for Vcenter NamespaceManagement Software Supervisors Prechecks PrecheckResult.target_version

This property was added in vSphere API 8.0.3.0.